home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / Updates / AmigaOS3.5 / BookMagik / BookMagik.cd < prev    next >
Text File  |  2000-05-16  |  2KB  |  113 lines

  1. ; catalog description file for Work:code/BookMagik/BookMagic.cd
  2. ;
  3. MSG_NOTHING (//)
  4.  
  5. ;
  6. MSG_PROGRAM_ERROR (//)
  7. Program Error
  8. ;
  9. MSG_NO_LIBRARY (//)
  10. Requires %s V%ld
  11. ;
  12. MSG_NO_RESOURCE (//)
  13. Unable to allocate OS resource
  14. ;
  15. MSG_DOS_ERROR (//)
  16. Error in file\n%s
  17. ;
  18. MSG_IFF_ERROR (//)
  19. Error in IFF file\n%s
  20. ;
  21. MSG_PORT_EXISTS (//)
  22. ARexx port %s already exists
  23. ;
  24. MSG_WINDOW_TITLE (//)
  25. %s: Hot Key = <%s>
  26. ;
  27. MSG_PROJECT_MENU (//)
  28. Project
  29. ;
  30. MSG_PROJECT_SAVE (//)
  31. S\000Save
  32. ;
  33. MSG_PROJECT_HIDE (//)
  34. H\000Hide
  35. ;
  36. MSG_PROJECT_ICONIFY (//)
  37. I\000Iconify
  38. ;
  39. MSG_PROJECT_QUIT (//)
  40. Q\000Quit
  41. MSG_SAVE_GAD (//)
  42. _Save
  43. ;
  44. MSG_USE_GAD (//)
  45. _Use
  46. ;
  47. MSG_CANCEL_GAD (//)
  48. _Cancel
  49. ;
  50. MSG_OK_GAD (//)
  51. OK
  52. ;
  53. MSG_RETRYCANCEL_GADS (//)
  54. Retry|Cancel
  55. ;
  56. ;
  57. ;-----------------------------------------------------------------------------
  58. ; BookMagik (5000-2999)
  59. ;
  60. MSG_BM_NAME (5000//23)
  61. BookMagik
  62. ;
  63. MSG_BM_TITLE (//37)
  64. OS3.5 Address Converter
  65. ;
  66. MSG_BM_DESCRIPTION (//37)
  67. Converts Addressbooks
  68. ;
  69. MSG_BM_IMPORT_MENU (//)
  70. S\000Import...
  71. ;
  72. MSG_BM_TYPE_GAD (//)
  73. _Type
  74. ;
  75. MSG_BM_FILESTRING_GAD (//)
  76. _Filename
  77. ;
  78. MSG_BM_IMPORT_GAD (//)
  79. _Import
  80. ;
  81. MSG_BM_REQUEST_TITLE (//)
  82. BookMagik Request
  83. ;
  84. MSG_BM_REQUEST_FILE (//)
  85. Select file...
  86. ;
  87. MSG_BM_IMPORT_SUCCESS (//)
  88. File sucessfully imported.
  89. ;
  90. MSG_BM_BADFORMAT (//)
  91. Unrecognised file format.
  92. ;
  93. MSG_BM_NOFILE (//)
  94. Import file not specified.
  95. ;
  96. MSG_BM_CREATESERVER_ERR (//)
  97. Error allocating server entry
  98. ;
  99. MSG_BM_NOFREESTORE_ERR (//)
  100. Error allocating needed memory
  101. ;
  102. MSG_BM_CREATEADDRESS_ERR (//)
  103. Error creating address entry
  104. ;
  105. MSG_BM_SAVEADDRESS_ERR (//)
  106. Error saving address entry
  107. ;
  108. MSG_BM_UNSUPPORTED_ERR (//)
  109. Unsupported addressbook version
  110. ;
  111. MSG_BM_OPENFILE_ERR (//)
  112. Error opening file
  113. ;